runtime.heapStatsDelta.largeAlloc (field)
7 uses
runtime (current package)
arena.go#L1087: atomic.Xadd64(&stats.largeAlloc, int64(s.elemsize))
mcache.go#L264: atomic.Xadd64(&stats.largeAlloc, int64(npages*pageSize))
metrics.go#L685: a.totalAllocated = a.largeAlloc
mstats.go#L397: totalAlloc := consStats.largeAlloc
mstats.go#L683: largeAlloc uint64 // bytes allocated for large objects
mstats.go#L704: a.largeAlloc += b.largeAlloc
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)